home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Jumpstart / Multimedia Microsoft Jumpstart Version 1.1a (Microsoft).BIN / develpmt / drivers / mscdex / testdrv / testdrv.pro < prev    next >
Encoding:
Text File  |  1992-01-25  |  955 b   |  27 lines

  1. ; This is a sample TESTDRV.PRO with TESTDRV (v1.0)
  2. ;
  3. ; Comments are started with the ';' and continue to the newline
  4.  
  5. DriverName  = MSCD000   ; the driver to test, same as mscdex
  6. WriteDevice = f         ; the device is not writable
  7. Redbook     = t         ; Supports redbook addressing
  8. RawMode     = t         ; supports raw mode data
  9. Prefetch    = t         ; supports prefetching
  10. AudioControl  = t       ; supports audio channel manipulation
  11. Audio       = t         ; supports digital audio
  12. AudioChannels = 2       ; 2 audio channels
  13. Interleave  = f         ; does not support interleaving
  14. Eject       = t         ; supports software eject/close
  15. UPC         = t         ; supports UPCcode information calls
  16. SubInfo     = f         ; does not support SubChannel information 
  17. ;Interleaveskip = 0     
  18. ;Interleavesize = 0
  19. HSGSectors = 000f00, 0003f3, 00800
  20. RedSectors = 47:35:00, 40:48:00 
  21. OUTPUT         = script.hex
  22.  
  23. ;<EOF>
  24.  
  25.  
  26.  
  27.